File-Fonts Information
The collection item ID for file-fonts information is defined in the following enumeration:
enum { gxFileFontsTag = 'incf' };QuickDraw GX stores file-fonts information in the gxFileFontsInfo structure:
struct gxFileFontsInfo { char includeFonts; };The level of fonts to include are defined by the following enummeration:
Field Description
includeFonts
- A character that specifies the level of fonts to include when a user prints to a file.
enum { gxIncludeNoFonts = (char) 1, gxIncludeAllFonts = (char) 2, gxIncludeNonStandardFonts = (char) 3 };Constant descriptions
- gxIncludeNoFonts
- Do not include any fonts.
- gxIncludeAllFonts
- Include all fonts.
- gxIncludeNonStandardFonts
- Do not include standard fonts.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help